/*****************************************************************************/
/********************************* HEAD MAP **********************************/
.b-band, .b-header__main, .head-bot {
    max-width: 960px;
    position: relative;
    margin: 0 auto;
}

.link_black {
    color: #000;
}

.link_black:hover, .link_black:focus {
    color: #00b5f3;
}

.link_white {
    color: #fff;
}

/*****************************************************************************/
/********************************* HEAD MAP **********************************/
.b-band, .b-header__main, .head-bot {
    max-width: 960px;
    position: relative;
    margin: 0 auto;
}

.link_black {
    color: #000;
}

.link_black:hover, .link_black:focus {
    color: #00b5f3;
}

.link_white {
    color: #fff;
}

.link_white:hover, .link_white:focus {
    color: #00b5f3;
}

.col_1, .b-social__hashtag, .front-audio .audio-itm {
    width: 221.25px;
    position: relative;
    margin-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.col_2 {
    width: 467.5px;
    position: relative;
    margin-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.col_3 {
    width: 713.75px;
    position: relative;
    margin-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.col_2x3 {
    width: 344.375px;
    position: relative;
    margin-left: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.btn_white {
    height: 33px;
    position: relative;
    padding: 5px 15px 0 10px;
    color: #fff;
    cursor: pointer;
    font-size: 0.875em;
    font-weight: 700;
    border: 2px solid #fff;
    border-right-color: transparent;
    text-align: left;
    display: block;
}

.btn_white .after {
    width: 18px;
    height: 33px;
    position: absolute;
    top: -2px;
    left: 100%;
    display: block;
    overflow: hidden;
}

.btn_white .after svg {
    width: 100%;
    height: 68px;
    position: relative;
    fill: #fff;
}

.btn_white:hover, .btn_white:focus {
    color: #00b5f3;
    background-color: #fff;
}

.btn_white:hover .after svg, .btn_white:focus .after svg {
    top: -34px;
}

.btn_blue {
    height: 33px;
    position: relative;
    padding: 5px 15px 0 10px;
    font-size: 0.875em;
    font-weight: 700;
    color: #00b5f3;
    text-align: left;
    display: inline-block;
    border: 2px solid #00b5f3;
    border-right-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.btn_blue .after {
    width: 18px;
    height: 33px;
    position: absolute;
    top: -2px;
    left: 100%;
    display: block;
    overflow: hidden;
}

.btn_blue .after svg {
    width: 18px;
    height: 68px;
    position: relative;
    fill: #00b5f3;
}

.btn_blue:hover, .btn_blue:focus {
    color: #fff;
    background-color: #00b5f3;
}

.btn_blue:hover .after svg, .btn_blue:focus .after svg {
    top: -34px;
}

input.btn_white, button.btn_white, input.btn_blue, button.btn_blue {
    padding-top: 0;
}

.b-video, .b-video-big, .b-video-mid, .b-video-ltl {
    width: 100%;
    height: 0;
    position: relative;
    margin-bottom: 25px;
    padding-top: 56%;
    overflow: hidden;
    display: block;
}

.b-video__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.b-video__img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    display: block;
}

.b-video__wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.b-video__play {
    position: absolute;
    top: 10%;
    left: 50%;
    overflow: hidden;
}

.b-video__play svg {
    width: 100%;
    height: 202%;
    position: relative;
    top: 0;
    fill: #fff;
}

.b-video__play:hover svg {
    fill: #00b5f3;
}

.b-video__info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.b-video__main {
    position: relative;
    margin: auto;
    padding: 25px;
    text-align: center;
}

.b-video__title {
    font-family: "PT Serif", serif;
    font-weight: 700;
}

.b-video__title a {
    color: #fff;
}

.b-video__title a:hover, .b-video__title a:focus {
    color: #00b5f3;
}

.b-video__date {
    position: relative;
    margin-top: 10px;
    font-size: 0.75em;
    color: #666;
}

.b-video-big {
    width: 713.75px;
    height: 399.7px;
    padding: 0;
    color: #fff;
}

.b-video-big:hover .b-video__title {
    color: #00b5f3;
}

.b-video-big .b-video__play {
    width: 120px;
    height: 120px;
    top: 15%;
    margin-left: -60px;
    z-index: 1;
}

.b-video-big .b-video__play:hover svg {
    top: -123px;
}

.b-video-big .b-video__main {
    padding: 120px 25px 0;
}

.b-video-big .b-video__title {
    font-size: 1.5em;
}

.b-video-mid {
    width: 467.5px;
    height: 261.8px;
    padding: 0;
    color: #fff;
}

.b-video-mid:hover .b-video__title {
    color: #00b5f3;
}

.b-video-mid .b-video__play {
    width: 80px;
    height: 80px;
    top: 15%;
    margin-left: -40px;
    z-index: 1;
}

.b-video-mid .b-video__play:hover svg {
    top: -82px;
}

.b-video-mid .b-video__main {
    padding: 80px 25px 0;
}

.b-video-mid .b-video__title {
    font-size: 1.125em;
}

.b-video-ltl, .b-video-mid, .b-video-big {
    width: 221.25px;
    height: auto;
    padding: 0;
    color: #000;
}

.b-video-ltl .b-video__img, .b-video-mid .b-video__img, .b-video-big .b-video__img {
    position: relative;
    width: 100%;
    height: 123.9px;
}

.b-video-ltl .b-video__play, .b-video-mid .b-video__play, .b-video-big .b-video__play {
    width: 80px;
    height: 80px;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 1;
    cursor: pointer;
}

.b-video-ltl .b-video__play:hover svg, .b-video-mid .b-video__play:hover svg, .b-video-big .b-video__play:hover svg {
    top: -82px;
}

.b-video-ltl .b-video__title, .b-video-mid .b-video__title, .b-video-big .b-video__title {
    font-size: 1.125em;
    line-height: 1;
}

.b-video-ltl .b-video__title a, .b-video-mid .b-video__title a, .b-video-big .b-video__title a {
    color: #000;
}

.b-video-ltl .b-video__title a:hover, .b-video-mid .b-video__title a:hover, .b-video-big .b-video__title a:hover, .b-video-ltl .b-video__title a:focus, .b-video-mid .b-video__title a:focus, .b-video-big .b-video__title a:focus {
    color: #00b5f3;
}

.b-video-ltl .b-video__info, .b-video-mid .b-video__info, .b-video-big .b-video__info {
    position: relative;
    margin-top: 10px;
    display: block;
}

.b-video-ltl .b-video__main, .b-video-mid .b-video__main, .b-video-big .b-video__main {
    padding: 0;
    text-align: left;
}

.b-band, .b-header__main, .head-bot {
    max-width: 100%;
}

.base-form {
    position: relative;
}

.base-form__line-20 {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    float: none;
}

.base-form__line-20:first-child {
    width: 100%;
    margin-left: 0;
}

.base-form__line-30 {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    float: none;
}

.base-form__line-30:first-child {
    width: 100%;
    margin-left: 0;
}

.base-form__line-50 {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    float: none;
}

.base-form__line-50:first-child {
    width: 100%;
    margin-left: 0;
}

.base-form__line-70 {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    float: none;
}

.base-form__line-70:first-child {
    width: 100%;
    margin-left: 0;
}

.base-form__line-80 {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    float: none;
}

.base-form__line-80:first-child {
    width: 100%;
    margin-left: 0;
}

.check_mobile {
    width: 0;
}

.col_1, .b-social__hashtag, .front-audio .audio-itm, .col_2, .col_3, .col_2x3 {
    width: 100%;
    position: relative;
    float: none;
    margin: 0;
}

.news-col_2x3 {
    width: auto;
    position: relative;
    float: none;
    margin: 0 20px;
}

.news-col_2x3:first-child {
    margin: 0 20px;
}

.news-col_2x3__title {
    position: relative;
    margin-bottom: 25px;
    font-family: "PT Serif", serif;
    font-size: 1.5em;
    font-weight: 700;
    color: #0070a8;
    line-height: 1.2;
}

.news-col_2x3__title span {
    color: #000;
}

.news-col_2x3 .news-itm {
    width: 100%;
    float: none;
    margin: 20px 0;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.banner-top_left, .banner-top_right, .banner-bottom_left, .banner-bottom_right {
    display: none;
}

.b-header__main {
    display: block;
}

.b-header__itm {
    width: auto;
    padding: 10px 20px;
    border: none;
}

.b-header__itm:first-child {
    width: auto;
    padding: 10px 20px;
    text-align: left;
}

.b-header__itm:last-child {
    display: none;
}

.b-header .soc_links {
    display: block;
    text-align: left;
}

.b-header .soc_links a {
    display: inline-block;
}

.soc_links .soc_itm, .soc_links .soc_links__vk, .soc_links .soc_links__tg, .soc_links .soc_links__ig, .soc_links .soc_links__tw, .soc_links .soc_links__fb, .soc_links .soc_links__ok, .soc_links .soc_links__yt, .soc_links .soc_links__gp, .soc_links .soc_links__mail, .soc_links .soc_links__flickr, .soc_links .soc_links__tg {
    width: 28px;
    height: 28px;
}

.head-bot_cap {
    position: relative;
    height: 45px;
    display: none;
}

.head-bot_cap.fixed {
    display: block;
}

.head-bot {
    height: 45px;
    position: relative;
    margin: 45px 0 0 0;
}

.head-bot.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.head-bot .broadcast {
    position: absolute;
    bottom: 100%;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background-color: #ffffff;
}

.head-bot__open-menu {
    display: block;
}

.head-bot__menu {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    border: none;
    border-top: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 5px #000;
    -moz-box-shadow: 0 5px 5px #000;
    box-shadow: 0 5px 5px #000;
    -webkit-transition: left 0.5s linear 0s;
    -moz-transition: left 0.5s linear 0s;
    -o-transition: left 0.5s linear 0s;
    transition: left 0.5s linear 0s;
    display: none;
    overflow: auto;
}

.head-bot__menu ul {
    list-style: none;
    display: block;
}

.head-bot__menu li {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.head-bot__menu a {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px
}

.head-bot__menu a:hover, .head-bot__menu a:focus {
    color: #00b5f3;
}

.head-bot__menu a:nth-last-child(2), .head-bot__menu span:nth-last-child(2) {
    padding-right: 0;
    margin-right: 45px;
}

.head-bot__menu a:nth-last-child(2):before, .head-bot__menu span:nth-last-child(2):before {
    right: -23px;
    z-index: -1;
}

.head-bot__menu li.show-sub {
    background-color: #eee;
}

.head-bot__menu li ul {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    display: none;
    background-color: #eee;
}

.head-bot__menu > ul > li > ul {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    display: none;
    background-color: rgba(238, 238, 238, 0.5);
}

.head-bot__menu > ul > li.is-open > ul {
    display: block;
}

.head-bot__menu > ul > li > ul > li > ul {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    display: none;
    background-color: transparent;
}

.head-bot__menu > ul > li > ul > li.is-open > ul {
    display: block;
}

.head-bot__menu > ul > li > ul > li {
    margin: 0 20px;
    padding: 15px 0;
    border-top: none;
    white-space: normal;
}

.head-bot__menu > ul > li > ul > li > ul:nth-last-child(1) {
    position: relative;
    left: 0;
    right: auto;
}

.head-bot__menu > ul > li > ul > li > ul > li {
    margin: 0 20px;
    padding: 15px 0;
    border-top: none;
    white-space: normal;
}

.head-bot__menu > ul > li > ul > li > ul:nth-last-child(1) > li {
    margin: 0 20px;
    padding: 15px 0;
    border-top: none;
    white-space: normal;
}

.head-bot__menu li ul > li:first-child {
    border-bottom: 1px solid #ccc;
}

.head-bot__menu li ul > li:last-child {
    border: none;
}

.head-bot__search {
    display: none;
}

.head-bot__search-form {
    height: 45px;
    position: absolute;
    top: 0;
    left: 45px;
    right: 0;
    display: block;
}

.head-bot__search-form:nth-child(3) {
    left: 45px;
}

.head-bot__search-form-input {
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 55px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.poll {
    position: relative;
    overflow: hidden;
}

.poll .poll__img {
    display: none;
}

.poll .poll__main {
    width: auto;
    margin: 0 20px;
}

.poll .poll__answer {
    width: 100%;
    position: relative;
    float: left;
    margin: 15px 0 0;
}

.poll .poll__answer:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

.b-social__info {
    width: auto;
    float: none;
    margin: 0 20px;
}

.b-social__info > p {
    margin: 0;
}

.b-social__hashtag {
    margin: 0;
}

.b-social__hash-dsc {
    margin: 20px 0 0;
}

.b-social__net {
    width: auto;
    float: none;
    margin: 15px 20px 0;
    text-align: left;
}

.b-social__main {
    position: relative;
    margin: 0 20px;
}

.b-social .social-post {
    width: 100%;
    height: 0;
    padding: 100% 0 0;
    margin: 20px 0 0;
}

.b-social .social-post:nth-child(2n+1) {
    margin: 20px 0 0;
}

.b-social .social-post_none-pic {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px 0 0;
}

.b-social .social-post_none-pic .social-post__attr {
    position: relative;
    bottom: auto;
}

.b-social .social-post_none-pic:nth-child(2n+1) {
    margin: 20px 0 0;
    clear: left;
}

.b-social .b-social__net > div {
    margin: 0;
}

.subscribe_horizon {
    margin-bottom: 25px;
    overflow: hidden;
}

.subscribe_horizon .subscribe__title {
    width: 100%;
    float: none;
}

.subscribe_horizon .subscribe__line {
    width: 100%;
    float: none;
    margin: 20px 0 0;
}

.subscribe_horizon .subscribe__line:last-child {
    width: auto;
    float: none;
}

/*****************************************************************************/
/********************************* FRONT PAGE ********************************/
.b-front-top-news {
    height: auto;
}

.b-front-top-news .slide-itm {
    width: 100%;
    height: auto;
    margin: 0;
    left: 0;
}

.b-front-top-news .slide-itm .top-news-itm__info {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
}

.b-front-top-news .slide-itm .top-news-itm__title {
    padding: 0;
    font-size: 1.5em;
}

.b-front-top-news .slide-itm .top-news-itm__attr {
    display: block;
}

.b-front-top-news .slide-itm.hide {
    left: 100%;
}

.b-front-top-news .slide-itm.show {
    left: 0;
}

.b-front-top-news .slide-itm.prev {
    left: -105%;
}

.b-front-top-news .slide-itm.next {
    left: 105%;
}

.b-front-top-news .slide-itm.hide-prev {
    left: -200%;
}

.b-front-top-news .slide-itm.hide-next {
    left: 200%;
}

.b-front-top-news .slide-itm.animate {
    -webkit-transition: left 0.3s linear 0s;
    -moz-transition: left 0.3s linear 0s;
    -o-transition: left 0.3s linear 0s;
    transition: left 0.3s linear 0s;
}

.b-front-top-news .slider-nav {
    right: 20px;
    bottom: 10px;
}

.top-news-itm {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    display: block;
}

.top-news-itm__img {
    width: 100%;
    height: auto;
    position: relative;
}

.top-news-itm__img img {
    width: 100%;
    position: relative;
    vertical-align: bottom;
    opacity: 1;
}

.top-news-itm__info {
    width: 100%;
    position: relative;
    bottom: auto;
    left: 0;
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-news-itm__tag {
    padding: 5px 10px;
    display: inline-block;
    background-color: #00b5f3;
    color: #fff;
}

.top-news-itm__date {
    position: relative;
    margin-left: 10px;
    display: inline-block;
    color: #666;
}

.top-news-itm.show .top-news-itm__info {
    width: 100%;
}

.top-news-itm.show .top-news-itm__title {
    padding: 0;
    font-size: 1.5em;
}

.top-news-itm.show .top-news-itm__attr {
    display: block;
}

.top-news-itm.show:before {
    opacity: 0.2;
}

.top-news-itm.show:hover:before {
    opacity: 0.8;
}

.top-news-itm.show:hover .top-news-itm__title {
    color: #00b5f3;
}

.b-front-top-news_single {
    width: auto;
    margin: 0 0 30px;
}

.b-front-top-news_single .top-news-itm {
    float: none;
}

.b-front-top-news_single .top-news-itm:nth-child(2n+1) {
    margin-left: 0;
}

.b-front-top-news_single .news-itm, .b-front-top-news_single .twitter-stream, .b-front-top-news_single .subscribe, .b-front-top-news_single .subscribe_horizon {
    width: auto;
    position: relative;
    float: none;
    margin: 25px 20px;
}

.b-front-top-news_single .news-itm:nth-child(4n+3), .b-front-top-news_single .twitter-stream:nth-child(4n+3), .b-front-top-news_single .subscribe:nth-child(4n+3), .b-front-top-news_single .subscribe_horizon:nth-child(4n+3) {
    margin: 25px 20px;
}

.b-front-top-news_single .subscribe, .b-front-top-news_single .subscribe_horizon {
    height: auto;
}

.b-front-top-news_single .subscribe .subscribe__dsc, .b-front-top-news_single .subscribe_horizon .subscribe__dsc, .b-front-top-news_single .subscribe .subscribe__line, .b-front-top-news_single .subscribe_horizon .subscribe__line {
    margin-top: 10px;
}

.b-front-top-news_single .twitter-stream {
    height: auto;
}

.front-news, .front-other-news {
    position: relative;
    overflow: hidden;
}

.front-news .news-itm, .front-other-news .news-itm, .front-news .subscribe, .front-other-news .subscribe, .front-news .subscribe_horizon, .front-other-news .subscribe_horizon, .front-news .twitter-stream, .front-other-news .twitter-stream {
    width: auto;
    height: auto;
    position: relative;
    float: none;
    margin: 25px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.front-news .news-itm:nth-child(4n+1), .front-other-news .news-itm:nth-child(4n+1), .front-other-news .subscribe:nth-child(4n+1), .front-news .subscribe_horizon:nth-child(4n+1), .front-other-news .subscribe_horizon:nth-child(4n+1), .front-news .twitter-stream:nth-child(4n+1), .front-other-news .twitter-stream:nth-child(4n+1) {
    margin: 25px 20px;
}

.front-news .subscribe .subscribe__dsc, .front-other-news .subscribe .subscribe__dsc, .front-news .subscribe_horizon .subscribe__dsc, .front-other-news .subscribe_horizon .subscribe__dsc, .front-news .subscribe .subscribe__line, .front-other-news .subscribe .subscribe__line, .front-news .subscribe_horizon .subscribe__line, .front-other-news .subscribe_horizon .subscribe__line {
    margin-top: 10px;
}

.add_user_news {
    position: relative;
    margin: 15px 20px 0;
}

.add_user_news .btn_blue {
    float: none;
}

.add_user_news__dsc {
    width: auto;
    margin: 10px 0 0;
    display: block;
}

.front-section-title, .b-front-cats__title {
    margin: 50px 20px 10px;
    line-height: 1;
}

.banner_4 {
    margin: 25px 0;
}

.b-video-ltl, .b-video-mid, .b-video-big {
    width: 100%;
    height: auto;
    padding: 0;
    color: #000;
}

.b-video-ltl .b-video__img, .b-video-mid .b-video__img, .b-video-big .b-video__img {
    width: 100%;
    height: 0;
    padding-top: 56%;
}

.b-video-ltl .b-video__info, .b-video-mid .b-video__info, .b-video-big .b-video__info {
    width: auto;
    padding: 0 20px;
}

.b-video-mid .b-video__title, .b-video-big .b-video__title {
    font-size: 1.125em;
}

.front-videos, .front-videos__slider {
    position: relative;
    overflow: hidden;
}

.front-videos .b-video-big, .front-videos__slider .b-video-big {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.front-videos .b-video-mid, .front-videos__slider .b-video-mid, .front-videos .b-video-ltl, .front-videos__slider .b-video-ltl, .front-videos .b-video-mid, .front-videos__slider .b-video-mid, .front-videos .b-video-big, .front-videos__slider .b-video-big {
    width: auto;
    float: none;
    margin: 20px 0;
}

.front-videos .b-video-mid:nth-child(2n+1), .front-videos__slider .b-video-mid:nth-child(2n+1), .front-videos .b-video-ltl:nth-child(2n+1), .front-videos__slider .b-video-ltl:nth-child(2n+1), .front-videos .b-video-mid:nth-child(2n+1), .front-videos__slider .b-video-mid:nth-child(2n+1), .front-videos .b-video-big:nth-child(2n+1), .front-videos__slider .b-video-big:nth-child(2n+1) {
    margin: 20px 0;
}

.front-videos__slider {
    height: auto;
    padding: 0 0 50px;
    overflow: hidden;
}

.front-videos__slider .slider-nav {
    bottom: 25px;
    left: auto;
    right: 20px;
    z-index: 1;
}

.front-videos__slider .slide-itm {
    left: 0;
}

.front-videos__slider .slide-itm .b-video__info {
    width: auto;
}

.front-videos__slider .slide-itm.hide {
    left: 100%;
}

.front-videos__slider .slide-itm.show {
    left: 0;
    position: relative;
}

.front-videos__slider .slide-itm.show .b-video__info {
    width: auto;
    bottom: auto;
}

.front-videos__slider .slide-itm.show .b-video__main {
    width: auto;
    padding-top: 0;
}

.front-videos__slider .slide-itm.show .b-video__title {
    width: auto;
    font-size: 1.125em;
    text-align: left;
}

.front-videos__slider .slide-itm.prev {
    left: -105%;
}

.front-videos__slider .slide-itm.next {
    left: 105%;
}

.front-videos__slider .slide-itm.hide-prev {
    left: -200%;
}

.front-videos__slider .slide-itm.hide-next {
    left: 200%;
}

.front-videos__slider .slide-itm.animate {
    -webkit-transition: left 0.3s linear 0s;
    -moz-transition: left 0.3s linear 0s;
    -o-transition: left 0.3s linear 0s;
    transition: left 0.3s linear 0s;
}

.b-front-cats, .b-front-main .b-front-cats__3col, .b-front-main .b-front-cats__2col {
    position: relative;
    margin: 0;
}

.b-front-cats__title {
    text-align: left;
}

.b-front-cats__main {
    position: relative;
    margin: 50px 0 0;
}

.b-front-cats__col {
    width: 100vw;
    margin: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-front-cats .b-col-nav, .b-front-main .b-front-cats__3col .b-col-nav, .b-front-main .b-front-cats__2col .b-col-nav {
    width: auto;
    position: absolute;
    top: -35px;
    left: 20px;
    right: 20px;
    text-align: left;
}

.b-front-cats .b-col-nav .b-col-nav__point:first-child, .b-front-main .b-front-cats__3col .b-col-nav .b-col-nav__point:first-child, .b-front-main .b-front-cats__2col .b-col-nav .b-col-nav__point:first-child {
    margin-left: 0;
}

.b-front-main {
    position: relative;
    margin-top: 25px;
    overflow: hidden;
}

.b-front-main__col, .b-front-main .b-front-main__col_toppadding, .b-front-main .b-front-main__col_toppadding_ltl {
    width: 100%;
    position: relative;
    float: none;
    margin: 0;
    overflow: hidden;
}

.b-front-main__col.bg_gray, .b-front-main .bg_gray.b-front-main__col_toppadding, .b-front-main .bg_gray.b-front-main__col_toppadding_ltl {
    margin-bottom: 25px;
    padding: 25px 0 0;
}

.b-front-main .b-front-main__col-wrap .b-paper {
    margin-bottom: 70px;
}

.b-front-main .b-front-main__col-wrap > * {
    width: auto;
    height: auto;
    float: none;
    margin: 0 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-front-main .b-front-main__col-wrap > *:nth-child(2n+1) {
    clear: left;
}

.b-front-main .b-front-cats__3col, .b-front-main .b-front-cats__2col {
    width: auto;
    float: none;
    clear: both;
}

.b-front-main .b-front-cats__3col .b-front-cats__title, .b-front-main .b-front-cats__2col .b-front-cats__title {
    font-size: 2.5em;
}

.b-front-main .b-front-main__col_toppadding, .b-front-main .b-front-main__col_toppadding_ltl {
    padding-top: 0;
}

.b-front-main .b-front-main__col-title {
    clear: both;
    padding: 0 20px;
}

.top-interview {
    position: relative;
    overflow: hidden;
}

.top-interview .top-interview__photo {
    width: auto;
    position: relative;
    float: none;
    margin: 0 20px 20px;
}

.top-interview .top-interview__photo:after {
    top: auto;
    bottom: -1px;
    right: 50%;
    margin-right: -35px;
    border: 35px solid transparent;
    border-bottom-color: #fff;
}

.top-interview .top-interview__main {
    width: auto;
    position: relative;
    float: none;
    margin: 0 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-interview .top-interview__main:before {
    top: auto;
    bottom: 100%;
    right: 50%;
    margin-right: -30px;
    border: 30px solid transparent;
    border-bottom-color: #ccc;
}

.top-interview .top-interview__main:after {
    top: auto;
    bottom: 100%;
    right: 50%;
    margin: 0 -30px -3px 0;
    border: 30px solid transparent;
    border-bottom-color: #eee;
}

.b-front-interview {
    position: relative;
    overflow: hidden;
    margin: 40px 0;
}

.b-front-interview .top-interview {
    width: 100%;
    float: none;
}

.b-front-interview .all-interviews {
    display: none;
}

.front-other-news {
    margin-top: 25px;
}

.front-other-news .news-col_2x3__title {
    margin-top: 30px;
    font-size: 1.5em;
}

.front-other-news .col_1:last-child, .front-other-news .b-social__hashtag:last-child, .front-other-news .front-audio .audio-itm:last-child, .front-audio .front-other-news .audio-itm:last-child {
    display: none;
}

.front-other-news .news-itm {
    margin: 0;
}

.front-other-news .news-itm:nth-child(2n+1) {
    margin: 0;
}

.front-poll {
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}

.front-section-title__black {
    font-size: 1.5em;
    line-height: 1.2;
}

.front-audio {
    position: relative;
}

.front-audio .front-section-title__black {
    margin: 30px 20px 10px;
    font-size: 1.5em;
}

.front-audio .front-audio__main {
    position: relative;
    overflow: hidden;
    margin: 0 20px;
}

.front-audio .audio-itm {
    margin: 0 0 20px;
}

.front-audio .audio-itm:nth-child(2n+1) {
    margin: 0 0 20px;
}

/*****************************************************************************/
/************************************* PAGES *********************************/
.breadcrumb {
    padding: 15px 20px 25px;
}

.doc-itm__main {
    position: relative;
    margin-right: 0;
}

.doc-itm__attr {
    position: relative;
    top: 0;
    right: auto;
    margin-top: 20px;
}

.b-page__main {
    width: auto;
    float: none;
}

.b-page__main_full .news-itm, .b-page__main_full .doc-itm {
    margin: 0 20px;
}

.b-page__main_full .doc-itm .doc-itm__attr {
    top: 0;
}

.b-page__sidebar {
    width: 100%;
    position: relative;
    margin: 25px 0 0;
    float: none;
}

.b-page__sidebar-main {
    padding: 0 20px;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-page__sidebar-main > * {
    width: 100%;
    margin: 0 0 30px;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-page__title {
    margin: 0 20px;
    font-size: 1.5em;
}

.b-page__sub-title {
    margin: 25px 20px 0;
}

.b-page__sidebar-title {
    padding: 0 20px;
}

.b-page__single-date {
    position: relative;
    margin: 15px 20px 0;
    font-size: 0.875em;
    color: #666;
}

.b-page__start {
    margin: 15px 20px 0;
}

.b-page__content {
    margin: 15px 20px 0;
}

.b-page__content blockquote {
    padding: 0 0 0 40px;
}

.b-page__content blockquote .quote {
    left: 0;
}

.b-page__content > p > iframe {
    width: 100%;
    height: 100%;
}

.b-page__tags {
    margin: 15px 20px 0;
}

.b-page__share {
    text-align: left;
    margin: 0 20px;
}

.b-page__share .share_vk, .b-page__share .share_tw, .b-page__share .share_fb, .b-page__share .share_ok, .b-page__share .share_ig {
    margin-left: 0;
}

.b-page .top-interview__photo, .b-page .top-interview__main {
    margin: 0 20px 20px;
}

.single-gallery {
    height: 350px;
    position: relative;
    margin: 25px 0 0;
    overflow: hidden;
}

.single-gallery .single-gallery__itm {
    width: 100%;
}

.single-gallery .slide-itm {
    left: 0;
}

.single-gallery .slide-itm.hide {
    left: 300%;
}

.single-gallery .slide-itm.show {
    left: 0;
}

.single-gallery .slide-itm.prev {
    left: -105%;
}

.single-gallery .slide-itm.next {
    left: 105%;
}

.single-gallery .slide-itm.hide-prev {
    left: -200%;
}

.single-gallery .slide-itm.hide-next {
    left: 200%;
}

.single-gallery .slide-itm.animate {
    -webkit-transition: left 0.3s linear 0s;
    -moz-transition: left 0.3s linear 0s;
    -o-transition: left 0.3s linear 0s;
    transition: left 0.3s linear 0s;
}

.person-info {
    position: relative;
    margin: 0 20px;
    overflow: hidden;
}

.person-info__photo {
    width: 100%;
    float: none;
}

.person-info .person-info__main {
    width: 100%;
    float: none;
    margin: 20px 0 0;
}

.person-info .soc_links > a {
    margin-right: 2px;
}

.program-authors .author-itm {
    width: 100%;
    float: none;
    margin: 0 0 20px;
}

.page-slider__title {
    margin: 0 20px;
}

.page-slider .b-video-ltl, .page-slider .b-video-mid, .page-slider .b-video-big {
    width: 100vw;
    float: left;
    margin-left: 2vw;
}

.page-slider .b-video-ltl:first-child, .page-slider .b-video-mid:first-child, .page-slider .b-video-big:first-child {
    margin-left: 0;
}

.page-slider .slider-nav {
    right: 20px;
}

/*****************************************************************************/
/*********************************** ARCHIVE *********************************/
.archive-filter {
    width: auto;
    position: relative;
    margin: 20px 20px;
    z-index: 5;
}

.archive-filter__itm {
    width: 100%;
    position: relative;
    float: none;
    margin: 0 0 10px;
}

.archive-filter__itm:last-child {
    width: 100%;
    float: none;
}

.archive-filter__itm:first-child {
    z-index: 2;
}

.archive-filter .filter-dropdown {
    width: 100%;
    z-index: 1;
}

.archive-filter .filter-date {
    margin-bottom: 10px;
}

.archive-filter .filter-date input, .archive-filter .filter-date label {
    width: 100%;
}

.archive-main {
    position: relative;
    margin-top: 30px;
}

.archive-main .news-itm, .archive-main .audio-itm, .archive-main .author-itm, .archive-main .interview-itm, .archive-main .b-video-ltl, .archive-main .b-video-mid, .archive-main .b-video-big {
    width: auto;
    margin: 0 20px 20px;
    float: none;
}

.archive-main .news-itm:nth-child(4n+1), .archive-main .audio-itm:nth-child(4n+1), .archive-main .author-itm:nth-child(4n+1), .archive-main .interview-itm:nth-child(4n+1), .archive-main .b-video-ltl:nth-child(4n+1), .archive-main .b-video-mid:nth-child(4n+1), .archive-main .b-video-big:nth-child(4n+1) {
    margin: 0 20px 20px;
}

.archive-main .paper-archive {
    width: auto;
    float: none;
    margin: 0 20px 25px;
}

.archive-main .paper-archive:nth-child(4n+1) {
    margin: 0 20px 25px;
}

.pagination a, .pagination__itm, .pagination .pagination__divider {
    display: none;
}

.pagination a:first-child, .pagination a:last-child, .pagination__itm:first-child, .pagination__itm:last-child, .pagination .pagination__divider:first-child, .pagination .pagination__divider:last-child {
    display: inline-block;
}

/*****************************************************************************/
/********************************* CONTACT ***********************************/
.contact-itm {
    width: auto;
    margin: 0 20px 30px;
    float: none;
}

.contact-itm__name {
    width: auto;
}

.contact-itm:nth-child(4n+1) {
    margin: 0 20px 30px;
}

.contacts-bottom {
    margin: 0 20px;
}

.contacts-bottom .contacts-bottom__address {
    width: auto;
    margin-top: 30px;
    float: none;
}

.f-contact {
    width: auto;
    float: none;
}

/*****************************************************************************/
/********************************** SEARCH ***********************************/
.search-filter {
    max-width: 100%;
}

.search-filter__top {
    padding: 25px 20px;
}

.search-filter__top-left {
    width: 100%;
    float: none;
    overflow: hidden;
}

.search-filter__top-itm {
    width: 110px;
    margin-right: 20px;
    display: block;
    float: left;
}

.search-filter__top-right {
    margin: 20px 0 0;
    text-align: left;
}

.search-filter__btn {
    width: auto;
    padding: 0 40px;
}

.search-results {
    margin: 20px 20px 0;
}

/*****************************************************************************/
/*********************************** BOARD ***********************************/
.board {
    position: relative;
    margin: 50px 0 0;
}

.board__col {
    width: 100vw;
    margin: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.board .b-col-nav {
    width: auto;
    position: absolute;
    top: -35px;
    left: 20px;
    right: 20px;
    text-align: left;
}

.board .b-col-nav .b-col-nav__point:first-child {
    margin-left: 0;
}

/*****************************************************************************/
/*********************************** 404 ***********************************/
.p404 {
    width: 100%;
    border-top: 1px solid #ccc;
}

.p404__left {
    max-width: 250px;
    margin: 0 auto 50px;
    float: none;
    padding-right: 0;
    border-right: none;
}

.p404__right {
    margin-left: 0;
    padding: 0 20px;
}

/*****************************************************************************/
/****************************** FOOTTER **************************************/
.b-clear {
    height: 0;
}

/* footer begin */
.b-footer {
    height: auto;
    margin: 0;
    color: #fff;
}

.b-footer__top {
    height: auto;
    padding: 30px 20px 10px 20px;
}

.b-footer__copyright {
    width: auto;
    padding: 0;
}

.b-footer__bot {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.b-footer__link {
    width: 100%;
    height: auto;
    display: block;
}

.b-footer__link-main {
    padding: 50px 0;
}

.b-footer .counter {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    background-color: inherit;
    position: static;
    text-align: center;
}

.only_full {
    display: none;
}

.none_full {
    display: block;
}

.only_tablet {
    display: none;
}

.none_tablet {
    display: block;
}

.only_phone {
    display: block;
}

.none_phone {
    display: none;
}

.fotoalbom {
    margin-left: 15px;
    margin-right: 15px;
}

.fotoalbom__item {
    width: 100%;
}

/*# sourceMappingURL=style-phone.css.map */


.link_white:hover, .link_white:focus {
    color: #00b5f3;
}

.col_1, .b-social__hashtag, .front-audio .audio-itm {
    width: 221.25px;
    position: relative;
    margin-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.col_2 {
    width: 467.5px;
    position: relative;
    margin-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.col_3 {
    width: 713.75px;
    position: relative;
    margin-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.col_2x3 {
    width: 344.375px;
    position: relative;
    margin-left: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.btn_white {
    height: 33px;
    position: relative;
    padding: 5px 15px 0 10px;
    color: #fff;
    cursor: pointer;
    font-size: 0.875em;
    font-weight: 700;
    border: 2px solid #fff;
    border-right-color: transparent;
    text-align: left;
    display: block;
}

.btn_white .after {
    width: 18px;
    height: 33px;
    position: absolute;
    top: -2px;
    left: 100%;
    display: block;
    overflow: hidden;
}

.btn_white .after svg {
    width: 100%;
    height: 68px;
    position: relative;
    fill: #fff;
}

.btn_white:hover, .btn_white:focus {
    color: #00b5f3;
    background-color: #fff;
}

.btn_white:hover .after svg, .btn_white:focus .after svg {
    top: -34px;
}

.btn_blue {
    height: 33px;
    position: relative;
    padding: 5px 15px 0 10px;
    font-size: 0.875em;
    font-weight: 700;
    color: #00b5f3;
    text-align: left;
    display: inline-block;
    border: 2px solid #00b5f3;
    border-right-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.btn_blue .after {
    width: 18px;
    height: 33px;
    position: absolute;
    top: -2px;
    left: 100%;
    display: block;
    overflow: hidden;
}

.btn_blue .after svg {
    width: 18px;
    height: 68px;
    position: relative;
    fill: #00b5f3;
}

.btn_blue:hover, .btn_blue:focus {
    color: #fff;
    background-color: #00b5f3;
}

.btn_blue:hover .after svg, .btn_blue:focus .after svg {
    top: -34px;
}

input.btn_white, button.btn_white, input.btn_blue, button.btn_blue {
    padding-top: 0;
}

.b-video, .b-video-big, .b-video-mid, .b-video-ltl {
    width: 100%;
    height: 0;
    position: relative;
    margin-bottom: 25px;
    padding-top: 56%;
    overflow: hidden;
    display: block;
}

.b-video__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.b-video__img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    display: block;
}

.b-video__wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.b-video__play {
    position: absolute;
    top: 10%;
    left: 50%;
    overflow: hidden;
}

.b-video__play svg {
    width: 100%;
    height: 202%;
    position: relative;
    top: 0;
    fill: #fff;
}

.b-video__play:hover svg {
    fill: #00b5f3;
}

.b-video__info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.b-video__main {
    position: relative;
    margin: auto;
    padding: 25px;
    text-align: center;
}

.b-video__title {
    font-family: "PT Serif", serif;
    font-weight: 700;
}

.b-video__title a {
    color: #fff;
}

.b-video__title a:hover, .b-video__title a:focus {
    color: #00b5f3;
}

.b-video__date {
    position: relative;
    margin-top: 10px;
    font-size: 0.75em;
    color: #666;
}

.b-video-big {
    width: 713.75px;
    height: 399.7px;
    padding: 0;
    color: #fff;
}

.b-video-big:hover .b-video__title {
    color: #00b5f3;
}

.b-video-big .b-video__play {
    width: 120px;
    height: 120px;
    top: 15%;
    margin-left: -60px;
    z-index: 1;
}

.b-video-big .b-video__play:hover svg {
    top: -123px;
}

.b-video-big .b-video__main {
    padding: 120px 25px 0;
}

.b-video-big .b-video__title {
    font-size: 1.5em;
}

.b-video-mid {
    width: 467.5px;
    height: 261.8px;
    padding: 0;
    color: #fff;
}

.b-video-mid:hover .b-video__title {
    color: #00b5f3;
}

.b-video-mid .b-video__play {
    width: 80px;
    height: 80px;
    top: 15%;
    margin-left: -40px;
    z-index: 1;
}

.b-video-mid .b-video__play:hover svg {
    top: -82px;
}

.b-video-mid .b-video__main {
    padding: 80px 25px 0;
}

.b-video-mid .b-video__title {
    font-size: 1.125em;
}

.b-video-ltl, .b-video-mid, .b-video-big {
    width: 221.25px;
    height: auto;
    padding: 0;
    color: #000;
}

.b-video-ltl .b-video__img, .b-video-mid .b-video__img, .b-video-big .b-video__img {
    position: relative;
    width: 100%;
    height: 123.9px;
}

.b-video-ltl .b-video__play, .b-video-mid .b-video__play, .b-video-big .b-video__play {
    width: 80px;
    height: 80px;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 1;
    cursor: pointer;
}

.b-video-ltl .b-video__play:hover svg, .b-video-mid .b-video__play:hover svg, .b-video-big .b-video__play:hover svg {
    top: -82px;
}

.b-video-ltl .b-video__title, .b-video-mid .b-video__title, .b-video-big .b-video__title {
    font-size: 1.125em;
    line-height: 1;
}

.b-video-ltl .b-video__title a, .b-video-mid .b-video__title a, .b-video-big .b-video__title a {
    color: #000;
}

.b-video-ltl .b-video__title a:hover, .b-video-mid .b-video__title a:hover, .b-video-big .b-video__title a:hover, .b-video-ltl .b-video__title a:focus, .b-video-mid .b-video__title a:focus, .b-video-big .b-video__title a:focus {
    color: #00b5f3;
}

.b-video-ltl .b-video__info, .b-video-mid .b-video__info, .b-video-big .b-video__info {
    position: relative;
    margin-top: 10px;
    display: block;
}

.b-video-ltl .b-video__main, .b-video-mid .b-video__main, .b-video-big .b-video__main {
    padding: 0;
    text-align: left;
}

.b-band, .b-header__main, .head-bot {
    max-width: 100%;
}

.base-form {
    position: relative;
}

.base-form__line-20 {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    float: none;
}

.base-form__line-20:first-child {
    width: 100%;
    margin-left: 0;
}

.base-form__line-30 {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    float: none;
}

.base-form__line-30:first-child {
    width: 100%;
    margin-left: 0;
}

.base-form__line-50 {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    float: none;
}

.base-form__line-50:first-child {
    width: 100%;
    margin-left: 0;
}

.base-form__line-70 {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    float: none;
}

.base-form__line-70:first-child {
    width: 100%;
    margin-left: 0;
}

.base-form__line-80 {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    float: none;
}

.base-form__line-80:first-child {
    width: 100%;
    margin-left: 0;
}

.check_mobile {
    width: 0;
}

.col_1, .b-social__hashtag, .front-audio .audio-itm, .col_2, .col_3, .col_2x3 {
    width: 100%;
    position: relative;
    float: none;
    margin: 0;
}

.news-col_2x3 {
    width: auto;
    position: relative;
    float: none;
    margin: 0 20px;
}

.news-col_2x3:first-child {
    margin: 0 20px;
}

.news-col_2x3__title {
    position: relative;
    margin-bottom: 25px;
    font-family: "PT Serif", serif;
    font-size: 1.5em;
    font-weight: 700;
    color: #0070a8;
    line-height: 1.2;
}

.news-col_2x3__title span {
    color: #000;
}

.news-col_2x3 .news-itm {
    width: 100%;
    float: none;
    margin: 20px 0;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.banner-top_left, .banner-top_right .banner-bottom_left, .banner-bottom_right {
    display: none;
}

.b-header__main {
    display: block;
}

.b-header__itm {
    width: auto;
    padding: 10px 20px;
    border: none;
}

.b-header__itm:first-child {
    width: auto;
    padding: 10px 20px;
    text-align: left;
}

.b-header__itm:last-child {
    display: none;
}

.b-header .soc_links {
    display: block;
    text-align: left;
}

.b-header .soc_links a {
    display: inline-block;
}

.head-bot_cap {
    position: relative;
    height: 45px;
    display: none;
}

.head-bot_cap.fixed {
    display: block;
}

.head-bot__search {
    display: none;
}

.head-bot__search-form {
    height: 45px;
    position: absolute;
    top: 0;
    left: 45px;
    right: 0;
    display: block;
}

.head-bot__search-form:nth-child(3) {
    left: 45px;
}

.head-bot__search-form-input {
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 55px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.poll {
    position: relative;
    overflow: hidden;
}

.poll .poll__img {
    display: none;
}

.poll .poll__main {
    width: auto;
    margin: 0 20px;
}

.poll .poll__answer {
    width: 100%;
    position: relative;
    float: left;
    margin: 15px 0 0;
}

.poll .poll__answer:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

.b-social__info {
    width: auto;
    float: none;
    margin: 0 20px;
}

.b-social__info > p {
    margin: 0;
}

.b-social__hashtag {
    margin: 0;
}

.b-social__hash-dsc {
    margin: 20px 0 0;
}

.b-social__net {
    width: auto;
    float: none;
    margin: 15px 20px 0;
    text-align: left;
}

.b-social__main {
    position: relative;
    margin: 0 20px;
}

.b-social .social-post {
    width: 100%;
    height: 0;
    padding: 100% 0 0;
    margin: 20px 0 0;
}

.b-social .social-post:nth-child(2n+1) {
    margin: 20px 0 0;
}

.b-social .social-post_none-pic {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px 0 0;
}

.b-social .social-post_none-pic .social-post__attr {
    position: relative;
    bottom: auto;
}

.b-social .social-post_none-pic:nth-child(2n+1) {
    margin: 20px 0 0;
    clear: left;
}

.b-social .b-social__net > div {
    margin: 0;
}

.subscribe_horizon {
    margin-bottom: 25px;
    overflow: hidden;
}

.subscribe_horizon .subscribe__title {
    width: 100%;
    float: none;
}

.subscribe_horizon .subscribe__line {
    width: 100%;
    float: none;
    margin: 20px 0 0;
}

.subscribe_horizon .subscribe__line:last-child {
    width: auto;
    float: none;
}

/*****************************************************************************/
/********************************* FRONT PAGE ********************************/
.b-front-top-news {
    height: auto;
}

.b-front-top-news .slide-itm {
    width: 100%;
    height: auto;
    margin: 0;
    left: 0;
}

.b-front-top-news .slide-itm .top-news-itm__info {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
}

.b-front-top-news .slide-itm .top-news-itm__title {
    padding: 0;
    font-size: 1.5em;
}

.b-front-top-news .slide-itm .top-news-itm__attr {
    display: block;
}

.b-front-top-news .slide-itm.hide {
    left: 100%;
}

.b-front-top-news .slide-itm.show {
    left: 0;
}

.b-front-top-news .slide-itm.prev {
    left: -105%;
}

.b-front-top-news .slide-itm.next {
    left: 105%;
}

.b-front-top-news .slide-itm.hide-prev {
    left: -200%;
}

.b-front-top-news .slide-itm.hide-next {
    left: 200%;
}

.b-front-top-news .slide-itm.animate {
    -webkit-transition: left 0.3s linear 0s;
    -moz-transition: left 0.3s linear 0s;
    -o-transition: left 0.3s linear 0s;
    transition: left 0.3s linear 0s;
}

.b-front-top-news .slider-nav {
    right: 20px;
    bottom: 10px;
}

.top-news-itm {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    display: block;
}

.top-news-itm__img {
    width: 100%;
    height: auto;
    position: relative;
}

.top-news-itm__img img {
    width: 100%;
    position: relative;
    vertical-align: bottom;
    opacity: 1;
}

.top-news-itm__info {
    width: 100%;
    position: relative;
    bottom: auto;
    left: 0;
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-news-itm__tag {
    padding: 5px 10px;
    display: inline-block;
    background-color: #00b5f3;
    color: #fff;
}

.top-news-itm__date {
    position: relative;
    margin-left: 10px;
    display: inline-block;
    color: #666;
}

.top-news-itm.show .top-news-itm__info {
    width: 100%;
}

.top-news-itm.show .top-news-itm__title {
    padding: 0;
    font-size: 1.5em;
}

.top-news-itm.show .top-news-itm__attr {
    display: block;
}

.top-news-itm.show:before {
    opacity: 0.2;
}

.top-news-itm.show:hover:before {
    opacity: 0.8;
}

.top-news-itm.show:hover .top-news-itm__title {
    color: #00b5f3;
}

.b-front-top-news_single {
    width: auto;
    margin: 0 0 30px;
}

.b-front-top-news_single .top-news-itm {
    float: none;
}

.b-front-top-news_single .top-news-itm:nth-child(2n+1) {
    margin-left: 0;
}

.b-front-top-news_single .news-itm, .b-front-top-news_single .twitter-stream, .b-front-top-news_single .subscribe, .b-front-top-news_single .subscribe_horizon {
    width: auto;
    position: relative;
    float: none;
    margin: 25px 20px;
}

.b-front-top-news_single .news-itm:nth-child(4n+3), .b-front-top-news_single .twitter-stream:nth-child(4n+3), .b-front-top-news_single .subscribe:nth-child(4n+3), .b-front-top-news_single .subscribe_horizon:nth-child(4n+3) {
    margin: 25px 20px;
}

.b-front-top-news_single .subscribe, .b-front-top-news_single .subscribe_horizon {
    height: auto;
}

.b-front-top-news_single .subscribe .subscribe__dsc, .b-front-top-news_single .subscribe_horizon .subscribe__dsc, .b-front-top-news_single .subscribe .subscribe__line, .b-front-top-news_single .subscribe_horizon .subscribe__line {
    margin-top: 10px;
}

.b-front-top-news_single .twitter-stream {
    height: auto;
}

.front-news, .front-other-news {
    position: relative;
    overflow: hidden;
}

.front-news .news-itm, .front-other-news .news-itm, .front-news .subscribe, .front-other-news .subscribe, .front-news .subscribe_horizon, .front-other-news .subscribe_horizon, .front-news .twitter-stream, .front-other-news .twitter-stream {
    width: auto;
    height: auto;
    position: relative;
    float: none;
    margin: 25px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.front-news .news-itm:nth-child(4n+1), .front-other-news .news-itm:nth-child(4n+1), .front-other-news .subscribe:nth-child(4n+1), .front-news .subscribe_horizon:nth-child(4n+1), .front-other-news .subscribe_horizon:nth-child(4n+1), .front-news .twitter-stream:nth-child(4n+1), .front-other-news .twitter-stream:nth-child(4n+1) {
    margin: 25px 20px;
}

.front-news .subscribe .subscribe__dsc, .front-other-news .subscribe .subscribe__dsc, .front-news .subscribe_horizon .subscribe__dsc, .front-other-news .subscribe_horizon .subscribe__dsc, .front-news .subscribe .subscribe__line, .front-other-news .subscribe .subscribe__line, .front-news .subscribe_horizon .subscribe__line, .front-other-news .subscribe_horizon .subscribe__line {
    margin-top: 10px;
}

.front-news .subscribe {
    margin: 0;
}

.add_user_news {
    position: relative;
    margin: 15px 20px 0;
}

.add_user_news .btn_blue {
    float: none;
}

.add_user_news__dsc {
    width: auto;
    margin: 10px 0 0;
    display: block;
}

.front-section-title, .b-front-cats__title {
    margin: 50px 20px 10px;
    line-height: 1;
}

.banner_4 {
    margin: 25px 0;
}

.b-video-ltl, .b-video-mid, .b-video-big {
    width: 100%;
    height: auto;
    padding: 0;
    color: #000;
}

.b-video-ltl .b-video__img, .b-video-mid .b-video__img, .b-video-big .b-video__img {
    width: 100%;
    height: 0;
    padding-top: 56%;
}

.b-video-ltl .b-video__info, .b-video-mid .b-video__info, .b-video-big .b-video__info {
    width: auto;
    padding: 0 20px;
}

.b-video-mid .b-video__title, .b-video-big .b-video__title {
    font-size: 1.125em;
}

.front-videos, .front-videos__slider {
    position: relative;
    overflow: hidden;
}

.front-videos .b-video-big, .front-videos__slider .b-video-big {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.front-videos .b-video-mid, .front-videos__slider .b-video-mid, .front-videos .b-video-ltl, .front-videos__slider .b-video-ltl, .front-videos .b-video-mid, .front-videos__slider .b-video-mid, .front-videos .b-video-big, .front-videos__slider .b-video-big {
    width: auto;
    float: none;
    margin: 20px 0;
}

.front-videos .b-video-mid:nth-child(2n+1), .front-videos__slider .b-video-mid:nth-child(2n+1), .front-videos .b-video-ltl:nth-child(2n+1), .front-videos__slider .b-video-ltl:nth-child(2n+1), .front-videos .b-video-mid:nth-child(2n+1), .front-videos__slider .b-video-mid:nth-child(2n+1), .front-videos .b-video-big:nth-child(2n+1), .front-videos__slider .b-video-big:nth-child(2n+1) {
    margin: 20px 0;
}

.front-videos__slider {
    height: auto;
    padding: 0 0 50px;
    overflow: hidden;
}

.front-videos__slider .slider-nav {
    bottom: 25px;
    left: auto;
    right: 20px;
    z-index: 1;
}

.front-videos__slider .slide-itm {
    left: 0;
}

.front-videos__slider .slide-itm .b-video__info {
    width: auto;
}

.front-videos__slider .slide-itm.hide {
    left: 100%;
}

.front-videos__slider .slide-itm.show {
    left: 0;
    position: relative;
}

.front-videos__slider .slide-itm.show .b-video__info {
    width: auto;
    bottom: auto;
}

.front-videos__slider .slide-itm.show .b-video__main {
    width: auto;
    padding-top: 0;
}

.front-videos__slider .slide-itm.show .b-video__title {
    width: auto;
    font-size: 1.125em;
    text-align: left;
}

.front-videos__slider .slide-itm.prev {
    left: -105%;
}

.front-videos__slider .slide-itm.next {
    left: 105%;
}

.front-videos__slider .slide-itm.hide-prev {
    left: -200%;
}

.front-videos__slider .slide-itm.hide-next {
    left: 200%;
}

.front-videos__slider .slide-itm.animate {
    -webkit-transition: left 0.3s linear 0s;
    -moz-transition: left 0.3s linear 0s;
    -o-transition: left 0.3s linear 0s;
    transition: left 0.3s linear 0s;
}

.b-front-cats, .b-front-main .b-front-cats__3col, .b-front-main .b-front-cats__2col {
    position: relative;
    margin: 0;
}

.b-front-cats__title {
    text-align: left;
}

.b-front-cats__main {
    position: relative;
    margin: 50px 0 0;
}

.b-front-cats__col {
    width: 100vw;
    margin: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-front-cats .b-col-nav, .b-front-main .b-front-cats__3col .b-col-nav, .b-front-main .b-front-cats__2col .b-col-nav {
    width: auto;
    position: absolute;
    top: -35px;
    left: 20px;
    right: 20px;
    text-align: left;
}

.b-front-cats .b-col-nav .b-col-nav__point:first-child, .b-front-main .b-front-cats__3col .b-col-nav .b-col-nav__point:first-child, .b-front-main .b-front-cats__2col .b-col-nav .b-col-nav__point:first-child {
    margin-left: 0;
}

.b-front-main {
    position: relative;
    margin-top: 25px;
    overflow: hidden;
}

.b-front-main__col, .b-front-main .b-front-main__col_toppadding, .b-front-main .b-front-main__col_toppadding_ltl {
    width: 100%;
    position: relative;
    float: none;
    margin: 0;
    overflow: hidden;
}

.b-front-main__col.bg_gray, .b-front-main .bg_gray.b-front-main__col_toppadding, .b-front-main .bg_gray.b-front-main__col_toppadding_ltl {
    margin-bottom: 25px;
    padding: 25px 0 0;
}

.b-front-main .b-front-main__col-wrap .b-paper {
    margin-bottom: 70px;
}

.b-front-main .b-front-main__col-wrap > * {
    width: auto;
    height: auto;
    float: none;
    margin: 0 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-front-main .b-front-main__col-wrap > *:nth-child(2n+1) {
    clear: left;
}

.b-front-main .b-front-cats__3col, .b-front-main .b-front-cats__2col {
    width: auto;
    float: none;
    clear: both;
}

.b-front-main .b-front-cats__3col .b-front-cats__title, .b-front-main .b-front-cats__2col .b-front-cats__title {
    font-size: 2.5em;
}

.b-front-main .b-front-main__col_toppadding, .b-front-main .b-front-main__col_toppadding_ltl {
    padding-top: 0;
}

.b-front-main .b-front-main__col-title {
    clear: both;
    padding: 0 20px;
}

.top-interview {
    position: relative;
    overflow: hidden;
}

.top-interview .top-interview__photo {
    width: auto;
    position: relative;
    float: none;
    margin: 0 20px 20px;
}

.top-interview .top-interview__photo:after {
    top: auto;
    bottom: -1px;
    right: 50%;
    margin-right: -35px;
    border: 35px solid transparent;
    border-bottom-color: #fff;
}

.top-interview .top-interview__main {
    width: auto;
    position: relative;
    float: none;
    margin: 0 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-interview .top-interview__main:before {
    top: auto;
    bottom: 100%;
    right: 50%;
    margin-right: -30px;
    border: 30px solid transparent;
    border-bottom-color: #ccc;
}

.top-interview .top-interview__main:after {
    top: auto;
    bottom: 100%;
    right: 50%;
    margin: 0 -30px -3px 0;
    border: 30px solid transparent;
    border-bottom-color: #eee;
}

.b-front-interview {
    position: relative;
    overflow: hidden;
    margin: 40px 0;
}

.b-front-interview .top-interview {
    width: 100%;
    float: none;
}

.b-front-interview .all-interviews {
    display: none;
}

.front-other-news {
    margin-top: 25px;
}

.front-other-news .news-col_2x3__title {
    margin-top: 30px;
    font-size: 1.5em;
}

.front-other-news .col_1:last-child, .front-other-news .b-social__hashtag:last-child, .front-other-news .front-audio .audio-itm:last-child, .front-audio .front-other-news .audio-itm:last-child {
    display: none;
}

.front-other-news .news-itm {
    margin: 0;
}

.front-other-news .news-itm:nth-child(2n+1) {
    margin: 0;
}

.front-poll {
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}

.front-section-title__black {
    font-size: 1.5em;
    line-height: 1.2;
}

.front-audio {
    position: relative;
}

.front-audio .front-section-title__black {
    margin: 30px 20px 10px;
    font-size: 1.5em;
}

.front-audio .front-audio__main {
    position: relative;
    overflow: hidden;
    margin: 0 20px;
}

.front-audio .audio-itm {
    margin: 0 0 20px;
}

.front-audio .audio-itm:nth-child(2n+1) {
    margin: 0 0 20px;
}

/*****************************************************************************/
/************************************* PAGES *********************************/
.breadcrumb {
    padding: 15px 20px 25px;
}

.doc-itm__main {
    position: relative;
    margin-right: 0;
}

.doc-itm__attr {
    position: relative;
    top: 0;
    right: auto;
    margin-top: 20px;
}

.b-page__main {
    width: auto;
    float: none;
}

.b-page__main_full .news-itm, .b-page__main_full .doc-itm {
    margin: 0 20px;
}

.b-page__main_full .doc-itm .doc-itm__attr {
    top: 0;
}

.b-page__sidebar {
    width: 100%;
    position: relative;
    margin: 25px 0 0;
    float: none;
}

.b-page__sidebar-main {
    padding: 0 20px;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-page__sidebar-main > * {
    width: 100%;
    margin: 0 0 30px;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-page__title {
    margin: 0 20px;
    font-size: 1.5em;
}

.b-page__sub-title {
    margin: 25px 20px 0;
}

.b-page__sidebar-title {
    padding: 0 20px;
}

.b-page__single-date {
    position: relative;
    margin: 15px 20px 0;
    font-size: 0.875em;
    color: #666;
}

.b-page__start {
    margin: 15px 20px 0;
}

.b-page__content {
    margin: 15px 20px 0;
}

.b-page__content blockquote {
    padding: 0 0 0 40px;
}

.b-page__content blockquote .quote {
    left: 0;
}

.b-page__content > p > iframe {
    width: 100%;
    height: 100%;
}

.b-page__tags {
    margin: 15px 20px 0;
}

.b-page__share {
    text-align: left;
    margin: 0 20px;
}

.b-page__share .share_vk, .b-page__share .share_tw, .b-page__share .share_fb, .b-page__share .share_ok, .b-page__share .share_ig {
    margin-left: 0;
}

.b-page .top-interview__photo, .b-page .top-interview__main {
    margin: 0 20px 20px;
}

.single-gallery {
    height: 350px;
    position: relative;
    margin: 25px 0 0;
    overflow: hidden;
}

.single-gallery .single-gallery__itm {
    width: 100%;
}

.single-gallery .slide-itm {
    left: 0;
}

.single-gallery .slide-itm.hide {
    left: 300%;
}

.single-gallery .slide-itm.show {
    left: 0;
}

.single-gallery .slide-itm.prev {
    left: -105%;
}

.single-gallery .slide-itm.next {
    left: 105%;
}

.single-gallery .slide-itm.hide-prev {
    left: -200%;
}

.single-gallery .slide-itm.hide-next {
    left: 200%;
}

.single-gallery .slide-itm.animate {
    -webkit-transition: left 0.3s linear 0s;
    -moz-transition: left 0.3s linear 0s;
    -o-transition: left 0.3s linear 0s;
    transition: left 0.3s linear 0s;
}

.person-info {
    position: relative;
    margin: 0 20px;
    overflow: hidden;
}

.person-info__photo {
    width: 100%;
    float: none;
}

.person-info .person-info__main {
    width: 100%;
    float: none;
    margin: 20px 0 0;
}

.person-info .soc_links > a {
    margin-right: 2px;
}

.program-authors .author-itm {
    width: 100%;
    float: none;
    margin: 0 0 20px;
}

.page-slider__title {
    margin: 0 20px;
}

.page-slider .b-video-ltl, .page-slider .b-video-mid, .page-slider .b-video-big {
    width: 100vw;
    float: left;
    margin-left: 2vw;
}

.page-slider .b-video-ltl:first-child, .page-slider .b-video-mid:first-child, .page-slider .b-video-big:first-child {
    margin-left: 0;
}

.page-slider .slider-nav {
    right: 20px;
}

/*****************************************************************************/
/*********************************** ARCHIVE *********************************/
.archive-filter {
    width: auto;
    position: relative;
    margin: 20px 20px;
    z-index: 5;
}

.archive-filter__itm {
    width: 100%;
    position: relative;
    float: none;
    margin: 0 0 10px;
}

.archive-filter__itm:last-child {
    width: 100%;
    float: none;
}

.archive-filter__itm:first-child {
    z-index: 2;
}

.archive-filter .filter-dropdown {
    width: 100%;
    z-index: 1;
}

.archive-filter .filter-date {
    margin-bottom: 10px;
}

.archive-filter .filter-date input, .archive-filter .filter-date label {
    width: 100%;
}

.archive-main {
    position: relative;
    margin-top: 30px;
}

.archive-main .news-itm, .archive-main .audio-itm, .archive-main .author-itm, .archive-main .interview-itm, .archive-main .b-video-ltl, .archive-main .b-video-mid, .archive-main .b-video-big {
    width: auto;
    margin: 0 20px 20px;
    float: none;
}

.archive-main .news-itm:nth-child(4n+1), .archive-main .audio-itm:nth-child(4n+1), .archive-main .author-itm:nth-child(4n+1), .archive-main .interview-itm:nth-child(4n+1), .archive-main .b-video-ltl:nth-child(4n+1), .archive-main .b-video-mid:nth-child(4n+1), .archive-main .b-video-big:nth-child(4n+1) {
    margin: 0 20px 20px;
}

.archive-main .paper-archive {
    width: auto;
    float: none;
    margin: 0 20px 25px;
}

.archive-main .paper-archive:nth-child(4n+1) {
    margin: 0 20px 25px;
}

.pagination a, .pagination__itm, .pagination .pagination__divider {
    display: none;
}

.pagination a:first-child, .pagination a:last-child, .pagination__itm:first-child, .pagination__itm:last-child, .pagination .pagination__divider:first-child, .pagination .pagination__divider:last-child {
    display: inline-block;
}

/*****************************************************************************/
/********************************* CONTACT ***********************************/
.contact-itm {
    width: auto;
    margin: 0 20px 30px;
    float: none;
}

.contact-itm__name {
    width: auto;
}

.contact-itm:nth-child(4n+1) {
    margin: 0 20px 30px;
}

.contacts-bottom {
    margin: 0 20px;
}

.contacts-bottom .contacts-bottom__address {
    width: auto;
    margin-top: 30px;
    float: none;
}

.f-contact {
    width: auto;
    float: none;
}

/*****************************************************************************/
/********************************** SEARCH ***********************************/
.search-filter {
    max-width: 100%;
}

.search-filter__top {
    padding: 25px 20px;
}

.search-filter__top-left {
    width: 100%;
    float: none;
    overflow: hidden;
}

.search-filter__top-itm {
    width: 110px;
    margin-right: 20px;
    display: block;
    float: left;
}

.search-filter__top-right {
    margin: 20px 0 0;
    text-align: left;
}

.search-filter__btn {
    width: auto;
    padding: 0 40px;
}

.search-results {
    margin: 20px 20px 0;
}

/*****************************************************************************/
/*********************************** BOARD ***********************************/
.board {
    position: relative;
    margin: 50px 0 0;
}

.board__col {
    width: 100vw;
    margin: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.board .b-col-nav {
    width: auto;
    position: absolute;
    top: -35px;
    left: 20px;
    right: 20px;
    text-align: left;
}

.board .b-col-nav .b-col-nav__point:first-child {
    margin-left: 0;
}

/*****************************************************************************/
/*********************************** 404 ***********************************/
.p404 {
    width: 100%;
    border-top: 1px solid #ccc;
}

.p404__left {
    max-width: 250px;
    margin: 0 auto 50px;
    float: none;
    padding-right: 0;
    border-right: none;
}

.p404__right {
    margin-left: 0;
    padding: 0 20px;
}

/*****************************************************************************/
/****************************** FOOTTER **************************************/
.b-clear {
    height: 0;
}

/* footer begin */
.b-footer {
    height: auto;
    margin: 0;
    color: #fff;
}

.b-footer__top {
    height: auto;
    padding: 30px 20px 10px 20px;
}

.b-footer__copyright {
    width: auto;
    padding: 0;
}

.b-footer__bot {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.b-footer__link {
    width: 100%;
    height: auto;
    display: block;
}

.b-footer__link-main {
    padding: 50px 0;
}

.b-footer .counter {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    background-color: inherit;
    position: static;
    text-align: center;
}

.only_full {
    display: none;
}

.none_full {
    display: block;
}

.only_tablet {
    display: none;
}

.none_tablet {
    display: block;
}

.only_phone {
    display: block;
}

.none_phone {
    display: none;
}

/*# sourceMappingURL=style-phone.css.map */
